RemoveFromSetProp

Category: Objects

Syntax:
RemoveFromSetProp object.property set

Removes elements from an object's set property. This is basically a shortcut for the following code:

@l $value = $prop(object.property) @p object.property = $RemoveFromSet($value set)
Example:
RemoveFromSetProp $form.BorderIcons [biMinimize,biMaximize]

Next in "Objects": SafeDestroy
Previous in "Objects": PropList
Next by name: Replace
Previous by name: RemoveFromSet
Up to all commands by name or commands and functions by category